home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 501-525 / disk_517 / aequipot / source / ilbm.i < prev    next >
Text File  |  1992-05-06  |  255b  |  14 lines

  1. {ILBM.i}
  2.  
  3. {Sorry, but I only found time to include this single function}
  4. {(and I only needed this one)}
  5. {written by J.Matern}
  6.  
  7. {$I "Include:dos.i" }
  8.  
  9. Var
  10.    ILBMBase : Address;
  11.  
  12. Function SaveWindowToIFF(w : WindowPtr; a : Address) : INTEGER;
  13.    External;
  14.